docs: remove reference to function that doesn't exist
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 23:00:28 +0000 (18:00 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 23:27:29 +0000 (18:27 -0500)
gdk/gdktypes.h

index f307030844de9e9696482d33920e9c9d04250f4b..02043a6f21ce6f0caeaf34bd8376e9533db3da8c 100644 (file)
@@ -271,8 +271,8 @@ typedef enum
  * @GDK_MODIFIER_INTENT_SHIFT_GROUP: the modifier that switches between keyboard
  *  groups (AltGr on X11/Windows and Option/Alt on OS X).
  *
- * This enum is used with gdk_keymap_get_modifier_mask() and
- * gdk_get_modifier_mask() in order to determine what modifiers the
+ * This enum is used with gdk_keymap_get_modifier_mask()
+ * in order to determine what modifiers the
  * currently used windowing system backend uses for particular
  * purposes. For example, on X11/Windows, the Control key is used for
  * invoking menu shortcuts (accelerators), whereas on Apple computers